How to Install libcobertura-java software package in Ubuntu 17.04 (Zesty Zapus)

How to Install libcobertura-java software package in Ubuntu 17.04 (Zesty Zapus)

libcobertura-java software package provides java library that calculates the percentage of code accessed by tests, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install libcobertura-java 

libcobertura-java is installed in your system.

Make ensure the libcobertura-java package were installed using the commands given below,

$ sudo dpkg-query -l | grep libcobertura-java *

You will get with libcobertura-java package name, version, architecture and description in a table

libcobertura-java package basic information:

Distro Ubuntu 17 04 zesty zapus
Section Java
Package libcobertura-java
Version 1.9.4.1+dfsg-4
Description java library that calculates the percentage of code accessed by tests
Sub Section Java


See Also, How to uninstall or remove libcobertura-java software package from Ubuntu 17.04 (Zesty Zapus)?